home *** CD-ROM | disk | FTP | other *** search
- object TitleTextForm: TTitleTextForm
- Left = 359
- Top = 269
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- BorderWidth = 5
- Caption = 'Title text'
- ClientHeight = 62
- ClientWidth = 254
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 24
- Width = 257
- Height = 9
- Shape = bsBottomLine
- end
- object m_eTitleText: TEdit
- Left = 4
- Top = 4
- Width = 244
- Height = 21
- TabOrder = 0
- Text = 'Title'
- end
- object m_btnOk: TButton
- Left = 87
- Top = 40
- Width = 75
- Height = 21
- Caption = 'Ok'
- ModalResult = 1
- TabOrder = 1
- end
- object m_btnCancel: TButton
- Left = 174
- Top = 40
- Width = 75
- Height = 21
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object smlFormLangRes: TsmlFormLangRes
- LangFileName = 'DefLang.ini'
- IgnoreEmptyString = True
- AutoCreateMode = True
- AddBracket = True
- StringProperties.Strings = (
- 'Caption')
- StringsProperties.Strings = (
- 'Tabs'
- 'Items')
- IgnoreFormCaption = False
- IncludeListViewItems = False
- IncludeListViewHead = False
- IncludeTreeViewItems = False
- Active = False
- Top = 32
- end
- end
-